Welcome![Sign In][Sign Up]
Location:
Search - unix ping

Search list

[Internet-NetworkpinginUNIX

Description: unix下的ping代码源程序,对于unix下的网络实现可以起到很好的帮助-under unix ping source code for the unix network can be very helpful
Platform: | Size: 18609 | Author: 谢文生 | Hits:

[Linux-Unixping的源代码

Description: unix下ping的源代码.-ping source.
Platform: | Size: 3644 | Author: 孙忠裴 | Hits:

[Linux-Unixping

Description: unix下模仿ping功能,测试网络环境下网络主机连接情况
Platform: | Size: 170869 | Author: linyuan | Hits:

[Internet-Networkhping2.0.0-rc.tar

Description: hping 是一个运行在Linux,FreeBSD,NetBSD, OpenBSD, Solaris, MacOs X 命令行方式下的TCP/IP包分析器。它类似于unix命令下的ping命令,但是hping它不能发送ICMP响应请求。它支持TCP, UDP, ICMP和RAW-IP 协议。它可以运行在跟踪模式,在一个隐蔽的通道内发送文件等各种功能。-hping is a run on Linux, FreeBSD, NetBSD and OpenBSD, Solaris, MacOs X command line under the TCP / IP packet analyzer. Unix command similar to the ping command, but hping it could not send ICMP response to the request. It supports TCP, UDP, ICMP and RAW-IP protocol. It can run in tracking mode, in a hidden passage within this document and other functions.
Platform: | Size: 90496 | Author: 龙柏利 | Hits:

[Linux-Unixping的源代码

Description: unix下ping的源代码.-ping source.
Platform: | Size: 3072 | Author: 孙忠裴 | Hits:

[Internet-Networkhping2.0.0-rc.tar

Description: hping 是一个运行在Linux,FreeBSD,NetBSD, OpenBSD, Solaris, MacOs X 命令行方式下的TCP/IP包分析器。它类似于unix命令下的ping命令,但是hping它不能发送ICMP响应请求。它支持TCP, UDP, ICMP和RAW-IP 协议。它可以运行在跟踪模式,在一个隐蔽的通道内发送文件等各种功能。-hping is a run on Linux, FreeBSD, NetBSD and OpenBSD, Solaris, MacOs X command line under the TCP/IP packet analyzer. Unix command similar to the ping command, but hping it could not send ICMP response to the request. It supports TCP, UDP, ICMP and RAW-IP protocol. It can run in tracking mode, in a hidden passage within this document and other functions.
Platform: | Size: 90112 | Author: 龙柏利 | Hits:

[Internet-NetworkpinginUNIX

Description: unix下的ping代码源程序,对于unix下的网络实现可以起到很好的帮助-under unix ping source code for the unix network can be very helpful
Platform: | Size: 18432 | Author: 谢文生 | Hits:

[Linux-Unixping

Description: unix下模仿ping功能,测试网络环境下网络主机连接情况-err
Platform: | Size: 193536 | Author: linyuan | Hits:

[Internet-NetworkPing_and_Tracert_Codes

Description: Ping is an old Unix utility which is pretty useful even today. The basic idea behind Ping is to find out whether the network is reachable and alive or not. Ping basically sends an ICMP echo request and then waits for an ICMP echo response the roundtrip time is calculated from the time at which the request was sent and the time at which a response is received. For more information on ICMP, please see RFC 792. -Ping is an old Unix utility which is pretty useful even today. The basic idea behind Ping is to find out whether the network is reachable and alive or not. Ping basically sends an ICMP echo request and then waits for an ICMP echo response the roundtrip time is calculated from the time at which the request was sent and the time at which a response is received. For more information on ICMP, please see RFC 792.
Platform: | Size: 19456 | Author: 黄海栋 | Hits:

[Linux-Unixpingcode

Description: 这是在Unix环境下编译和链接成功的实现网络通信的ping命令的完整源代码。-ping source code distribute by cpu || digger. For unix family only. compil and link success in sco unix.
Platform: | Size: 3072 | Author: 冯选 | Hits:

[Linux-UnixPing

Description: 用纯C语言实现的ICMP协议,可以用程序实现ping功能,可以收到对端的ping response-Pure C language implementation of the ICMP protocol, you can use programs to achieve ping functionality, you can receive the right side of the ping response
Platform: | Size: 6144 | Author: 王朝栋 | Hits:

[Internet-Networkunix_shell

Description: Unix(Solaris,AIX,HP-UX),Linux下適用,通過ping.list設定所要測試在綫與否的機器 清單(默認與solaris hosts文件格式一致),通過mail.list設定要通知的人的郵件或者要撥的號碼(需要moden卡支持)到達 自動檢測所有機器網絡在綫與否,如遇到第一次連接不通,則3秒后將再次ping一次,如此3次后將記錄該機器ip和名稱,完成所有檢測后將不在綫的機器清單發出-Can be used under Unix(Solaris,AIX,HP-UX),Linux. ping.list for the host that need monitor the on line status(the file format as some as solaris /etc/hosts), mail.list for setting the owner that need send notice mail. if the script check failed in first time, it will sleep 3s and run the check again,after 3 time check failed, the program will record this failure in tmp direcotory and send out the failure list when all the host check completed owner
Platform: | Size: 3072 | Author: bluebird.yue | Hits:

[Linux-Unixpingtest

Description: unix/linux环境下, ping原理说明实现的简单的C代码,编译通过-unix/linux environment, ping principle that to achieve simple C code, compiled by
Platform: | Size: 7168 | Author: lsg | Hits:

[Internet-Networkping

Description: 一个ping的程序,经典的unix网络编程,对学网络的朋友有帮助-A ping program, the classic unix network programming, the network of friends to help school
Platform: | Size: 18432 | Author: 郑春浩 | Hits:

[Internet-Networkping

Description: unix下实现ping,unix下网络编程源代码。-unix achieve ping, unix network programming under the source code.
Platform: | Size: 11264 | Author: 吴歆 | Hits:

[Internet-Networkping

Description: Unix或者Linux下C写的ping命令的服务端源码。-Server ping command under Unix or Linux written in C source code.
Platform: | Size: 3072 | Author: wangjincai | Hits:

[Internet-NetworkPing

Description: Ping检测,以C++类的封装性,调用更加简单。 本代码在ubuntu和freebsd上测试均都通过,理论上兼容Linux和Unix。-Ping detection, C++ class of the encapsulation, calling more simple. The code is tested on both Ubuntu and Linux, theoretically compatible with FreeBSD and Unix
Platform: | Size: 1024 | Author: Hjm | Hits:

CodeBus www.codebus.net